home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / e / FR-Text.readme < prev    next >
Encoding:
Text File  |  2000-07-01  |  3.1 KB  |  99 lines

  1. Short:    BEST cut, sort, type replacement
  2. Author:   fredinou@bigfoot.com (FAR)
  3. Type:     dev/e
  4. Requires: kickstart 2.0+
  5.  
  6. cut, sort, type replacement.
  7.  
  8. summary
  9. ~~~~~~~
  10. Overview
  11. Synopsis
  12. Me
  13. It's freeware
  14. Quit
  15. ============================================================================
  16. What For ?
  17. ----------------------------------------------------------------------------
  18. Do you know the cut command under UNIX ?
  19. And the Tail and Head commands ?
  20. What about cat ?
  21.  
  22. Text is that all.
  23. All in one but with more options.
  24. ============================================================================
  25. Command arguments
  26. ----------------------------------------------------------------------------
  27. Synopsis:
  28.  
  29. FILE/A,COMMAND/A,LB=LINEBEGIN/N,LE=LINEEND/N,CB=COLBEGIN/N,CE=COLEND/N,
  30. SEP=SEPARATORS,PAT=LINEPATTERN,NOANSI/S,NODUP=NODUPLICATES/S,SORT/S,
  31. REVERSE/S,NOCASE/S,NUMBERS/S
  32.  
  33. Parameters:
  34.  
  35. GENERAL
  36.  
  37. FILE/A : file to open
  38.  
  39. CUT
  40.  
  41. COMMAND/A : to cut the line
  42.             Format "[text...][%[0-9]-[0-9][c d]...][text...]"
  43.             %a-bc (characters a to b of the line)
  44.             %a-bw (words a to b of the line) (words are separated by the
  45.             separators
  46.             %a-? (from a to end)
  47.             %-b? (from beginning to b)
  48. SEP=SEPARATORS : separators of words (default : ' ,;:.!?()-''"«»\t')
  49.  
  50. SORT
  51.  
  52. CB=COLBEGIN/N : sort lines from column cb
  53. CE=COLEND/N : sort lines until column ce
  54. REVERSE/S : reverse order
  55. NOCASE/S : non case sensitive (case sensitive by default)\
  56.  
  57. TYPE
  58.  
  59. LB=LINEBEGIN/N : display only beginning from line LB
  60. LE=LINEEND/N : display only until line LE
  61. PAT=LINEPATTERN : display only lines that match your pattern (AmigaDOS
  62.  pattern)
  63. NOANSI/S : remove escape sequences
  64. NODUP=NODUPLICATES/S : don't display duplicate lines
  65. REVERSE/S : reverse display
  66. NUMBERS/S : display line numbers
  67. ============================================================================
  68. Talking about me ...
  69. ----------------------------------------------------------------------------
  70. There was 2 years I made these proggies and never take the time to spread
  71. it. So here it is for your convenience. Hope you will use it.
  72.  
  73. You may reach me by email if u want.
  74.  
  75. fredinou@bigfoot.com
  76. ============================================================================
  77. Legal stuff
  78. ----------------------------------------------------------------------------
  79. If you "ver" the executable you will see registered. In fact Text is
  80. registered for everybody.
  81.  
  82. These modules and source are freeware. Do whatever you want with it.
  83.  
  84. This program is distributed in the hope that it will be useful,
  85. but WITHOUT ANY WARRANTY; without even the implied warranty of
  86. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  87. ============================================================================
  88.  
  89.  
  90. ============================= Archive contents =============================
  91.  
  92. Original  Packed Ratio    Date     Time    Name
  93. -------- ------- ----- --------- --------  -------------
  94.     7488    3771 49.6% 04-Oct-97 03:00:02  Text
  95.     6520    2181 66.5% 21-May-99 21:59:26  Text.e
  96.     2338    1220 47.8% 03-May-00 03:36:00  Text.guide
  97. -------- ------- ----- --------- --------
  98.    16346    7172 56.1% 26-Jun-100 07:32:30   3 files
  99.